@charset "utf-8";
/* CSS Document */


#hero {
	color: #fff;
	height: 100vh;
	/*overflow: hidden;*/
	padding: 0;
	width: 100%;
	position: relative;
}
#hero::before{
	content: '';
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    position: absolute;
    z-index: 99;
	display: none;
}

#hero .owl-carousel {
	height: 100%;
	position: relative;
}
#hero .owl-carousel .owl-item{
	height: 100vh;
}
#hero .owl-slide-1,
#hero .owl-slide-2, #hero .owl-slide-3 {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
}

#hero .owl-slide-1 { background-image: url(../img/slider/01.jpg); }
#hero .owl-slide-2 { background-image: url(../img/slider/02.jpg); }
#hero .owl-slide-3 { background-image: url(../img/slider/03.jpg); }

/*#hero div:not(.owl-controls) { height: 100%; }*/

#hero .owl-slide-content {
	/*display: flex;
	flex-direction: column;
	justify-content: center;*/
	position: absolute;
	z-index: 100;
	padding: 0;
	/*padding-left: 400px;*/
/*	padding-top: 635px;*/
    bottom: 90px;
	left: calc(100vw - 80%);
}
#hero .owl-slide-content p{
	position: relative;
	margin: 0;
	padding-left: 10px;
	padding-bottom: 3px;
	font-family: 'combreg';
	font-size: 27px;
	font-weight: 500;
	border-left: 5px solid #e31e24;
	line-height: 24px;
}
.slide-description{
	display: block;
}
#hero .owl-slide-content ul{ margin: 0; padding: 0;}
#hero .owl-slide-content ul li{
	position: relative;
	margin: 0;
	padding-left: 15px;
	font-family: 'combreg';
	font-size: 27px;
	font-weight: 500;
	list-style: none;
}

.txt-black h2, .txt-black p{
    color: #222;
}

#hero p,
#hero a { 
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#hero h2 {
	font-family: 'combreg';
	font-size: 122px;
	text-transform: uppercase;
	margin: 0 0 0;
	letter-spacing: -2px;
	font-weight: 400;
}
#hero h3{
	font-family: 'combreg';
	font-size: 80px;
	font-weight: 300;
}

#hero .owl-nav {
	top: 45%;
	color: #ff3f00;
	display: flex;
	font-size: 28px;
	height: auto !important;
	justify-content: center;
	position: absolute;
	width: 100%;
}

#hero .owl-nav i {
		font-weight: 700;
		margin-right: 20px;
	}

#hero .owl-nav .owl-next i { margin: 0; }

#hero .owl-prev,
#hero .owl-next { outline: none; }
	#hero .owl-prev span,
#hero .owl-next span{ display: none;}

#hero .btn-black { margin-top: 50px; }
#hero .owl-prev{
	width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    background: url(../img/prev.png) no-repeat;
}
#hero .owl-next{
	width: 30px;
    height: 30px;
    right: 0;
    top: 50%;
    position: absolute;
    background: url(../img/next.png) no-repeat;
}
@media (max-width: 1370px){
	#hero h2 {
	  font-family: 'combreg';
	  font-size: 80px;
	  text-transform: uppercase;
	  margin: 0 0 0;
	  letter-spacing: 1px;
	  font-weight: 400;
   }
   #hero .owl-slide-content p{
	  font-size: 22px;
	  line-height: 18px;
   }
   #hero .owl-slide-content{
      bottom: 80px;
      left: calc(100vw - 80%);
   }
}
@media (max-width: 1280px){
	#hero h2 {
	  font-family: 'combreg';
	  font-size: 50px;
	  text-transform: uppercase;
	  margin: 0 0 0;
	  letter-spacing: 1px;
	  font-weight: 400;
   }
   #hero .owl-slide-content p{
	  font-size: 14px;
	  line-height: 14px;
   }
   #hero .owl-slide-content{
      bottom: 60px;
      left: calc(100vw - 80%);
   }
}
@media (max-width: 1200px){
	#hero h2 {
	  font-family: 'combreg';
	  font-size: 70px;
	  text-transform: uppercase;
	  margin: 0 0 0;
	  letter-spacing: 1px;
	  font-weight: 400;
   }
   #hero .owl-slide-content p{
	  font-size: 18px;
	  line-height: 18px;
   }
   #hero .owl-slide-content{
      bottom: 90px;
      left: calc(100vw - 80%);
   }
}
@media (min-width: 769px) and (max-width: 1023px){
	#hero h2 {
	  font-family: 'combreg';
	  font-size: 50px;
	  text-transform: uppercase;
	  margin: 0 0 0;
	  letter-spacing: 1px;
	  font-weight: 400;
   }
   #hero .owl-slide-content p{
	  font-size: 16px;
	  line-height: 16px;
   }
    #hero .owl-slide-content{
      bottom: 60px;
      left: calc(100vw - 85%);
   }
}
@media (max-width: 767px){

	#hero h2 {
	   font-size: 40px;
	}
	#hero .owl-slide-content{
       bottom: 10px;
       left: calc(100vw - 92%);
   }
	#hero .owl-slide-1, #hero .owl-slide-2{
		background-position: 36%;
	}
	#hero .owl-slide-3{
		background-position: 26%;
	}
}
@media (max-width: 720px){

#hero, 
	#hero .owl-carousel .owl-item,
	#hero .owl-slide-1,
	#hero .owl-slide-2, 
	#hero .owl-slide-3
	{
		height:380px;
	}
}

@media (max-width: 480px){
	#hero h2 {
	   font-size: 35px;
	   margin: 0 0 10px;
	}
	#hero .owl-slide-content p{
		 padding-bottom: 5px;
	}
	#hero .owl-slide-content{
       bottom: 90px;
       left: calc(100vw - 95%);
    }
	#hero .owl-slide-1, #hero .owl-slide-2{
		background-position: 63%;
	}
	#hero .owl-slide-3{
		background-position: 14%;
	}
}
@media (max-width: 320px){
	
	#hero h2 {
	   font-size: 25px;
	   margin: 0 0 10px;
	}
	#hero .owl-slide-content{
       bottom: 30px;
       left: calc(100vw - 95%);
    }
}